CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - NFA DFA

搜索资源列表

  1. NFA-CONVERT-TO-DFA

    0下载:
  2. 编写程序读取nfa.txt,构造出NFA的数据结构,并编写算法实现NFA到DFA的转化。-Write a program to read nfa.txt, the data structure constructed NFA and NFA to DFA write algorithm transformation
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:174545
    • 提供者:kangqingping
  1. NFA

    0下载:
  2. 用C#编写的不确定有穷自动机NFA=>确定有穷自动机DFA的转换算法,-Uncertainty with C#, finite automata NFA => OK finite automaton DFA conversion algorithm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1570610
    • 提供者:徐华江
  1. NFA_DFA

    0下载:
  2. 利用C++语言实现编译词法分析中的NFA到DFA的转换。-Language implementation using C++ compiler lexical analysis of the NFA to DFA conversion.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1315839
    • 提供者:element
  1. DFA_2

    0下载:
  2. NFA转换为DFA,包括确定化和最小化。-NFA into DFA, including the identification of and minimized.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:556625
    • 提供者:邵其静
  1. Chapter2

    0下载:
  2. 编译原理第二章的ppt 内容包含语法描述 NFA到DFA 以及DFA最小化的算法-Compiler Construction Principles Chapter II contains the ppt Syntax Descr iption NFA to DFA and DFA minimization algorithm
  3. 所属分类:Communication

    • 发布日期:2017-03-29
    • 文件大小:125113
    • 提供者:pengjun
  1. NFAToDFA

    0下载:
  2. NFA TO dfa功能主要是实现从nfa 转换成 dfa,这是编译原理的程序设计,输入时是正则表达式-NFA TO dfa
  3. 所属分类:Editor

    • 发布日期:2017-03-30
    • 文件大小:5915
    • 提供者:
  1. bianyisrc

    0下载:
  2. 编译原理实验包括正规式到NFA,NFA到DFA、LL1、LR代码都执行过,都没有错误-Compile regular expression to the principle experiment, including NFA, NFA to DFA, LL1, LR code is executed, no errors
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:18651
    • 提供者:dai
  1. regex

    0下载:
  2. 实现了正则表达式转NFA,NFA转DFA,DFA最简化的过程。并可输出DFA到图像。-It can translate Regular Expression into NFA, NFA into DFA, and minimize the DFA. The result can be printed as a graph.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:187357
    • 提供者:sunli
  1. NFA

    0下载:
  2. 实现NFA到DFA的转换EVMSG_INSTALLED 0x00000064L-convert NFA to DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:2864
    • 提供者:chenhuiyu
  1. compile_work2

    0下载:
  2. 自动机的确定化,充分理解和掌握NFA、DFA以及NFA确定化过程的相关概念和知识,编程实现对输入NFA转换成DFA输出的功能。-Determination of automata, and fully understand and master the NFA, DFA and NFA to determine the relevance of the concept of process and knowledge of programming to convert NFA to DFA in
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:4269
    • 提供者:wushi86
  1. 805NFA

    0下载:
  2. [用Java语言实现nfa到DFA的等价变换.rar] - 本程序为编译原理里的一个重要的知识点,实现nfa到DFA的转换 [nfatoDFA.rar] - nfa转化为DFA的一个程序!希望能有点作用! [REManageAndnfaToDFA.rar] - 能够完成正规式到nfa的转换,NFA到DFA的转换(子集法),DFA的最小化,测试一个生成串是否能为生成的DFA所识别 -[Using Java language to the DFA' s nfa equivale
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:10071
    • 提供者:董华鹏
  1. NFAtoDFA[J.S]

    0下载:
  2. 一个NFA转化为DFA的带有界面的程序,C++builder编写,能够输出转化子集;对于多终结符的情况也一样能够正确求解。-An NFA into a DFA with the interface of the program, C++ builder write to a subset of the output conversion for multi-terminator is also the case can be properly solved.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:1088326
    • 提供者:卓然
  1. Finite_Aut2127819222008

    0下载:
  2. A Program that can convert your Regular Expression to PostFix Post_Fix to NFA [Thomson s Construction] NFA to DFA [Subset Construction] DFA to minDFA [Table Filling Algorithm]
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:45452
    • 提供者:csp
  1. nfatodfa

    0下载:
  2. NFA转化成DFA的C程序代码,编译原理实验题目-NFA to DFA
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:1956
    • 提供者:云遥
  1. Convert_NFA_TO_DFA

    0下载:
  2. Converting nfa to dfa in java
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:27016
    • 提供者:Muna
  1. Compilingpnciplecoursedesign

    0下载:
  2. NFA的确定化是指对给定的NFA都能相应地构造出一个与之等价的DFA,使它们能够识别相同的语言。NFA的确定化使状态转移的复杂度仅为O(1),为状态的转移提供了帮助。-Make the NFA refers to the NFA accordingly given to construct a and the equivalent DFA, enables them to identify the same language. Make the NFA to divert the complex
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1193088
    • 提供者:智利蒋
  1. nfa_dfaconversion_dfasimulation

    0下载:
  2. NFA toDFA conversion and then take string as input and check whether String is acceptable by DFA or not
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:3352
    • 提供者:juhimodi
  1. nfadfa

    0下载:
  2. This a c program that converts NFA to DFA-This is a c program that converts NFA to DFA
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:834
    • 提供者:Tina
  1. NFAtoDFA(CPP)

    0下载:
  2. 用c++编程求正规表达式到NFA(不确定的有限自动机),NFA到DFA及DFA(有限自动机)的最小化 -C++ programming with regular expressions to find NFA (not sure of the finite automata), NFA to DFA and DFA (finite automata) of the minimum
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2340
    • 提供者:dai
  1. NFA-to-DFA

    0下载:
  2. 编译原理 NFA 确定化 使用set 有注释,感觉已经很多了-Compiler theory of NFA to determine
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:2383
    • 提供者:陈图嘉
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com